    @charset "UTF-8";
    /*banner strat*/
    .banner {
        height: 500px;
        background: url("../images/contact.png") no-repeat center;
        /*width:100%;*/
        /*height: 100%;*/
        /*background-size:100% 100%;*/
    }
    .banner h1 {
        font-size:50px;
        color: #fff;
        font-family: microsoft yahei;
        line-height: 500px;
        text-align: center;
    }
    /*banner end*/
    
    /*contact start*/
    /*.contact-con {*/
        /*text-align: center;*/
    /*}*/
    .contact-con h2 {
        text-align: center;
        font: 400 30px "microsoft yahei";
        padding: 100px 0 80px;
        color: #2e2e2e;
    }
    .contact-con ul {
        margin: 0 0 80px 230px;
        height: 64px;
    }
    .contact-con li {
        float: left;
        padding-right: 140px;
        position: relative;
        font: 400 13px/25px "microsoft yahei";
        color: #626262;
    }
    .contact-con i {
        position: absolute;
        left: -40px;
        top: 4px;
    }
    .contact-con p {
        margin-top: 10px;
    }
    .contact-con .address p{
        margin-top: 0px;
    }
    .table {
        margin: 0 0 0 160px;
    }
    .table input {
        width: 260px;
        height: 40px;
        border-radius: 5px;
        border: solid 1px #d9d9d9;
        padding-left: 10px;
        font: 400 14px/40px "microsoft yahei";
        color: #989898;
        margin-right: 30px;
    }
    /*input.table-bottom {*/
        /*width: 870px;*/
        /*height: 140px;*/
        /*margin-top: 30px;*/
    /*}*/
    textarea {
        width: 870px;
        height: 140px;
        border-radius: 5px;
        border: solid 1px #d9d9d9;
        font: 400 14px/1.5 "microsoft yahei";
        color: #989898;
        margin-top: 30px;
        padding: 10px 0 0 10px;
    }
    .contact-con input[type="button"] {
        width: 170px;
        height: 40px;
        background-color: #476a30;
        border-radius: 5px;
        font: 400 14px/40px "microsoft yahei";
        color: #fff;
        cursor: pointer;
    }
    .contact-con input[type="button"]:hover {
        background-color: #478f30;
    }
    .button-box {
        margin: 30px auto 100px;
        width: 170px;
        height: 40px;
    }
    .map {
        height: 550px;
        background: url("../images/map.png") no-repeat center;
    }
    /*contact end*/